.mod-message{

}

.mod-message .item{
    margin-bottom: 10px;   
}
.mod-message .item .label{
    font-weight: bold;
}

.mod-message .item .name{
    margin:0 10px 0 0;
}
.mod-message .item input[type=text],.mod-message .item input[type=number]{
    display: block;
    width: 100%;
    border:1px solid #ccc;
    height: 40px;
    line-height: 40px;
    padding:6px;
    box-sizing: border-box;
}
.mod-message .item textarea{
    width:100%;
    border:1px solid #ccc;
    padding:6px;
    line-height: 1.5;
}

.mod-message .submit{
    text-align: center;
}
.mod-message .item2{
    width:100%;
    overflow: hidden;
}
.mod-message .item2 .item{
    float: left;
    width: 50%;
}

.mod-message .btn{
    display: inline-block;
    padding: 0 60px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background: #235997;
    color: #fff;
}
.mod-message .btn:hover{
    opacity: 0.8;
}